home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Development / BBEdit 8.2.1 demo.dmg / BBEdit.app / Contents / Resources / Default Support Folder / Stationery / RSS 2.0 < prev    next >
Encoding:
Extensible Markup Language  |  2005-05-10  |  463 b   |  14 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0">
  3.     <channel>
  4.         <title>TITLE</title>
  5.         <link>LINK</link>
  6.         <description>DESCRIPTION</description>
  7.         <language>en-us</language>
  8.         <managingEditor>WEBMASTER (WEBMASTER@EXAMPLE.COM)</managingEditor>
  9.         <webMaster>WEBMASTER (WEBMASTER@EXAMPLE.COM)</webMaster>
  10.         <pubDate>Mon, 01 Jan 2005 00:00:00 -0400</pubDate>
  11.         <lastBuildDate>Mon, 01 Jan 2005 00:00:00 -0400</lastBuildDate>
  12.         <ttl>60</ttl>
  13.     </channel>
  14. </rss>